home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / code_gen / vbcodwiz / vbcwur.exe / STARTB.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-05-01  |  3.1 KB  |  78 lines

  1. echo off
  2. cls
  3. color.exe
  4. echo.
  5. echo.
  6. echo.
  7. echo.
  8. echo              ****************************************************
  9. echo              **           GOOD DAY AND WELCOME TO              **
  10. echo              **                                                **
  11. echo              **             TAYLORED SOFTWARE'S                **
  12. echo              **   VISUAL BASIC CODE WIZARD Install Program     **
  13. echo              **                                                **
  14. echo              **     PRESS ANY KEY TO START INSTALLATION        **
  15. echo              **                                                **
  16. echo              **   PRESS CTRL-BREAK TO CANCEL INSTALLATION      **
  17. echo              **                                                **
  18. echo              **                                                **
  19. echo              ****************************************************
  20. echo.
  21. echo.
  22. echo.
  23. echo.
  24. echo.
  25. echo.
  26. echo.
  27. echo                      Press Any Key To Continue......
  28. pause > NULL
  29. cls
  30. color.exe
  31. echo.
  32. echo.
  33. echo          *********************************************************
  34. echo          **                                                     **
  35. echo          **                                                     **
  36. echo          **  I am now copying your VISUAL BASIC CODE WIZARD     **
  37. echo          **  C:\Windows\System Program initialization Files     **
  38. echo          **  to your computer's C:\hard drive.                  **
  39. echo          **                                                     **
  40. echo          *********************************************************
  41. echo.
  42. copy %1 %2 %3 %4 %5 %6 %7 %8 %9 *.vbx C:\windows\system
  43. if errorLevel 0 del *.vbx
  44. copy %1 %2 %3 %4 %5 %6 %7 %8 %9 *.dll C:\windows\system
  45. if errorLevel 0 del *.dll
  46. copy %1 %2 %3 %4 %5 %6 %7 %8 %9 *.pif c:\windows
  47. copy %1 %2 %3 %4 %5 %6 %7 %8 %9 *.pif c:\windows\system
  48. if errorLevel 0 del *.pif
  49. echo.
  50. echo.
  51. echo.
  52. echo                      Press Any Key To Continue......
  53. pause > NULL
  54. cls
  55. color.exe
  56. echo.
  57. echo.
  58. echo        ************************************************************
  59. echo        **                                                        **
  60. echo        **    I an now loading your Windows Program Manager       **
  61. echo        **    and all of the necessary VISUAL BASIC CODE          **
  62. echo        **    WIZARD Initialization program files so that I can   **
  63. echo        **    enable your VB CODE WIZARD Program to become        **
  64. echo        **    initialized in order that I may then begin the      **
  65. echo        **    Proper Program installation of your unregistered    **
  66. echo        **    shareware version 1.10.05.21 of the program to      **
  67. echo        **    any hard drive that your computer will support      **
  68. echo        **                                                        **
  69. echo        **    Please wait a moment while these events occur       **
  70. echo        **    and consider purchasing the registered version.     **
  71. echo        ************************************************************
  72. echo.
  73. del null
  74. Installb.exe
  75. exit
  76.  
  77.  
  78.